frp: update to 0.28.0
authorRichard Yu <[email protected]>
Sun, 4 Aug 2019 13:33:22 +0000 (21:33 +0800)
committerYousong Zhou <[email protected]>
Sun, 4 Aug 2019 15:27:30 +0000 (23:27 +0800)
and fix a typo in frpc.config

Signed-off-by: Richard Yu <[email protected]>
net/frp/Makefile
net/frp/files/frpc.config

index 994305d359ac6e4dfc3968333016b680bf191e73..4033ae0fa45b923191efbf221c80bdaea22af1ad 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=frp
-PKG_VERSION:=0.27.0
-PKG_RELEASE:=2
+PKG_VERSION:=0.28.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=5d2efd5d924c7a7f84a9f2838de6ab9b7d5ca070ab243edd404a5ca80237607c
+PKG_HASH:=61afbd0e84fc1ab92eacce5a642e2590d1b8c1a972a78f6499165c1778aa62cf
 
 PKG_MAINTAINER:=Richard Yu <[email protected]>
 PKG_LICENSE:=Apache-2.0
index 06bcbb186fe64cda5f802393a86d0a1d8b1402cb..492e224fff605ddfa878ef128a2f78d8e8a24a0f 100644 (file)
@@ -8,7 +8,7 @@ config init
 #      https://github.com/fatedier/frp#configuration-file-template
 #      list env 'ENV_NAME=value'
 #      Config files include in temporary config file.
-#      list conf_inc '/etc/frp/frps.d/frpc_full.ini'
+#      list conf_inc '/etc/frp/frpc.d/frpc_full.ini'
 
 config conf 'common'
        option server_addr 127.0.0.1